home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ssqcst.cst / 00052_Script_Scrollup < prev    next >
Text File  |  1998-09-28  |  572b  |  18 lines

  1. global gTxtonDeck,gXCast,gButtonState
  2.  
  3.  
  4. on mousedown
  5.   set range = count(gTxtonDeck)
  6.   case range > 1 of
  7.     0: exit
  8.     1:  set current = the name of member ( the membernum of sprite 7) of castlib gXCast
  9.       set which =  getOne(gTxtonDeck,current)-1
  10.       if which > 0  then set the  membernum of sprite 7 = the number of member (getat(gTxtonDeck,which)) of castlib gXCast
  11.   end case
  12.    if which+1 = 2 then set the membernum of sprite 9 = 0
  13.   if  the membernum of sprite 10 = 0 then set the member of sprite 10 = member  "textdown"
  14.   updatestage
  15. end
  16.  
  17.  
  18.